Attachment(String, Byte) Constructor
Initializes a new instance of the Attachment class based on the supplied byte array.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public Attachment(
string fileName,
byte[] buffer
)
Public Sub New (
fileName As String,
buffer As Byte()
)
Parameters
- fileName String
- Attachment file name.
- buffer Byte
- A byte array.